home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 69 / MacAddict_069_2002_05.iso / Software / Productivity / AccountEdge 2 Trial / AccountEdge.rsrc / TEXT_2001_Eudora Email Script.txt < prev    next >
Text File  |  2000-11-14  |  220b  |  7 lines

  1. tell application "TARGET_TAG"
  2. make message at end of mailbox "out" of mail folder ""
  3. set field "to" of message 0 to "^0"
  4. set field "subject" of message 0 to "^1"
  5. set field "" of message 0 to "^2"
  6. queue message 0
  7. end tell